home *** CD-ROM | disk | FTP | other *** search
INI File | 1997-05-28 | 3.6 KB | 101 lines |
- [GREG]
- Version=2.05
- ;
- ; All lines starting with ';' are comments and ignored by the program
- ; Blank lines are also ignored
- ;
-
- [Path]
-
- ; GREG needs to know where you have WinPack installed so this is the path
- ; to your WINPACK directory with no \ at the end .
-
- WINP_DIR=C:\WINPACK
-
- [Default]
- ;
- ; This is the CTEXT that will be sent to stations that do not have a
- ; personalised greeting entered in the 'GREET' section below
-
- CTEXT=Welcome to WinPack v6.2 at the station of GI7UIP . /H for help .
-
- ; Use of the BANNER parameter has changed in v2.05 . If BANNER is set to 1
- ; then every station that registers will on subsequent connects be sent the
- ; banner file . If set to 0 then the default is not to send the banner on
- ; subsequent connects . You can override this in the GREET section .
-
- BANNER=1
-
- ; This determines how many characters long a line will be before it wraps
- ; It only makes a difference if you are using long greetings . The maximum
- ; length for a greeting is 247 characters (255 less the 8 CR/LF combinations) .
- ; Minimum wrap is at 40 characters and maximum is 85 characters . The default
- ; of 74 is fairly OK for most setups
-
- LINE_LENGTH=74
-
- ; This tells GREG the file to use from SHROUTE for finding the H-ADDRESS
- ; of a BBS . Default is C:\WINPACK\BBS\UKBBS.LST . See the TXT file for more
- ; info on this feature . See the SHROUTE docs for info on the .LST files .
- ; GREG has problems with the format of the FRABBS.LST file supplied with
- ; SHROUTE so edit this file to be more like the rest of the SHROUTE .LST files
- ; and not like an ascii database file
- ;
-
- BBS_LIST=C:\WINPACK\BBS\UKBBS.LST
-
- ; If REPORTS is set to 1 then GREG will send you a message every time someone
- ; registers . If set to 0 then no messages will be sent .
-
- REPORTS=1
-
- ; Set this value to 0 (zero) to stop GREG from moving about as mail arrives
- ; and is sent . The default is 1 .
-
- AUTO_POSITION=1
-
- [Greet]
-
- ;
- ; The format of the greetings is CALLSIGN=<BANNER 1 or 0>,<GREETING> .
- ; Greetings can be up to 253 characters in length but must be on a single line
- ; If the banner value is 1 then this station will be sent the banner file if
- ; set to 0 then the banner file willl not be sent . Seperate the banner flag
- ; from the greeting with a comma
- ;
- ; This is an example of a default greeting generated by GREG with the BANNER
- ; file to be sent
-
- EI8HO=1,Hi Gerry , nice to see you again
- ; ▌▌▌
- ; ▌▌▌__The greeting that will be sent starts here
- ; ▌▌
- ; ▌▌___Don,t forget the comma between the greeting and the BANNER flag
- ; ▌
- ; ▌____ Set to 1 to send the file GREG.BAN on connect . Set to 0 (zero) to
- ; disable the sending of the file .
- ;
- ;
- ; And here are some customised greetings.....
-
- gi7uip=1,Hello Ken, welcome to my WinPack system .
-
- PK232=0,Your TNC callsign is set to PK232 . Disconnect and correct this problem by typing MYCALL <callsign> at the Cmd prompt of the TNC . 73 .
-
- NOCALL=0,Your TNC callsign is set to NOCALL . Disconnect and correct this problem by typing MYCALL <callsign> at the Cmd prompt of the TNC . 73 .
-
- BAYCOM=0,Your TNC callsign is set to BAYCOM . Disconnect and correct this problem by editing your SCC.INI file . 73 .
-
- [NO_CTEXT]
-
- ; Any station included in this section will not be asked to register their
- ; details and will not be sent a greeting (personal, default or banner).
- ; In this example SESK1 is my local node that I use for connects on an
- ; AUTOBBS session to my BBS, GB7TED .
- ;
- ; The format is CALLSIGN=NO . The NO must be included leave the NO out and
- ; it will be treated as if the entry was not there
-
- SESK1=NO
- GB7TED=NO
-